body {
	background-color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	color : #CCFF88;
	font-size : 14px;
	
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : justify;
	text-indent: 6%;
	color : #CCFF88;

}
.titlepage {
	font-size : 18px;
	text-indent: 0%;
	text-align : center;
	font-weight: bold;

}
.title2 {
	text-align : center;
	text-indent: 0%;
	font-weight: bold;

}
}
.list {
	text-align : center;
	text-indent: 0%;
	
}
.block {
	text-indent: 0%;
}
.block2 {
	text-indent: 0%;
	margin : 1pcx; 
}

a, a:link{
color : #88FF44;
 text-decoration : underline;
}
a:visited{
color : #DDFF55;
}
a:hover{
	color : #DDFF55;
	text-decoration: none;
}
a:active{
 color : #DDFF55;
 background : inherit;
}